Bearer Token (not implemented yet)
Use the Custom security instead. In a future release, you will be able to send requests to external protected data by using an HTTP authentication scheme that involves security tokens called bearer tokens. The bearer token is a cryptic string, usually generated by the server in response to a log in request. The token will be sent in the Authorization header when making requests to external protected data.